home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Unwise.ex_ / 0 / RCDATA / TUNINSTALLFORM1 / TUNINSTALLFORM1.txt < prev   
Text File  |  1998-09-05  |  3KB  |  119 lines

  1. object UninstallForm1: TUninstallForm1
  2.   Left = 205
  3.   Top = 105
  4.   ActiveControl = NoButton
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'x'
  8.   ClientHeight = 234
  9.   ClientWidth = 479
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object IntroLabel: TLabel
  20.     Left = 148
  21.     Top = 16
  22.     Width = 317
  23.     Height = 77
  24.     AutoSize = False
  25.     Caption = 
  26.       'This will uninstall %s from your computer. Please choose how tho' +
  27.       'rough you want the uninstaller to be when deciding what to remov' +
  28.       'e from your computer. (It is recommended that you use the curren' +
  29.       't settings).'
  30.     Transparent = True
  31.     WordWrap = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 148
  35.     Top = 168
  36.     Width = 317
  37.     Height = 33
  38.     AutoSize = False
  39.     Caption = 
  40.       'Are you absolutely sure that you want to uninstall this software' +
  41.       '?'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clRed
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object Image1: TImage
  51.     Left = 8
  52.     Top = 32
  53.     Width = 125
  54.     Height = 109
  55.     AutoSize = True
  56.     Center = True
  57.     Picture.Data = {<image000.bmp>}
  58.   end
  59.   object YesButton: TButton
  60.     Left = 108
  61.     Top = 200
  62.     Width = 169
  63.     Height = 25
  64.     Caption = 'Yes, uninstall it'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBtnText
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 0
  72.     OnClick = YesButtonClick
  73.   end
  74.   object NoButton: TButton
  75.     Left = 300
  76.     Top = 200
  77.     Width = 169
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'No, I'#39've changed my mind'
  81.     Default = True
  82.     TabOrder = 1
  83.     OnClick = NoButtonClick
  84.   end
  85.   object CheckBox2: TCheckBox
  86.     Left = 148
  87.     Top = 112
  88.     Width = 317
  89.     Height = 17
  90.     Caption = 'Remove all of this software'#39's ®istry keys'
  91.     State = cbChecked
  92.     TabOrder = 2
  93.   end
  94.   object CheckBox1: TCheckBox
  95.     Left = 148
  96.     Top = 92
  97.     Width = 317
  98.     Height = 17
  99.     Caption = 'Remove all of this software'#39's &files'
  100.     State = cbChecked
  101.     TabOrder = 3
  102.   end
  103.   object CheckBox3: TCheckBox
  104.     Left = 148
  105.     Top = 132
  106.     Width = 317
  107.     Height = 17
  108.     Caption = 'Remove all &shortcuts to this software'
  109.     State = cbChecked
  110.     TabOrder = 4
  111.   end
  112.   object Timer1: TTimer
  113.     Interval = 100
  114.     OnTimer = Timer1Timer
  115.     Left = 8
  116.     Top = 188
  117.   end
  118. end
  119.